home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Super Stacks!
/
Macworld CD.iso
/
HyperCard Archives
/
International
/
French v1.2.5.1
/
Base
/
background_4251.txt
< prev
next >
Wrap
Text File
|
1989-09-15
|
2KB
|
96 lines
-- background: 4251 from stack: in
-- bmap block id: 2782
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openStack
hide message box
show menuBar
pass openStack
end openStack
-- part 6 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=187 top=42 right=59 bottom=317
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 2
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name:
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=12 top=27 right=64 bottom=52
-- title width / last selected line: 0
-- icon id / first selected line: 2507 / 2507
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if visible of card field "Aide de base" is true then
hide card field "Aide de base"
else
show card field "Aide de base"
end if
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=256 top=298 right=321 bottom=281
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Suivante
----- HyperTalk script -----
on mouseUp
if short name of this card = "Base" and the userlevel < 5 then
go to card "Préférences"
else
go next card
end if
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=228 top=298 right=321 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Précédente
----- HyperTalk script -----
on mouseUp
if short name of this card = "Préférences" and the userlevel < 5 then
go to card "Base"
else
go to prev card
end if
end mouseUp